PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFPointData Class / setPointTypes Method
An array of names that identify the internal data elements of the individual point arrays in the getExtendedPoints array.
In This Topic
    setPointTypes Method
    In This Topic
    Sets the point types.
    Syntax
    public void setPointTypes( 
       PDFPointDataType[] pointTypes
    )

    Parameters

    pointTypes
    An array of names that identify the internal data elements of the individual point arrays in the getExtendedPoints array.
    Exceptions
    ExceptionDescription
    When pointTypes is null.
    See Also